| 1. | Mutex provides mutual exclusion for thread synchronization 为线程同步提供互斥。 |
| 2. | Semaphores and process mutual exclusion 信号量和进程互斥 |
| 3. | Mutual exclusion can be achieved with the use of a semaphore or mutex 互斥现象能由使用信号灯或互斥完成。 |
| 4. | Semaphore mechanism usage of processes synchronization and mutual exclusion 进程同步与互斥中信号量机制的使用 |
| 5. | Blocks , which provide both mutual exclusion and visibility guarantees 块,它既提供了互斥又提供了可见性保证。 |
| 6. | Any access to a collection of events is guarded by a mutual exclusion object 任何对一组事件的访问都由一个互斥对象来保护。 |
| 7. | Mutual exclusion rule 互斥现象则 |
| 8. | Warning c6289 : incorrect operator : mutual exclusion over is always a non - zero constant 警告c6289 :运算符不正确:基于| |的互斥运算始终为非零常数。 |
| 9. | Mutexes provide mutual exclusion for one or more data objects and are the primary method of thread synchronization 互斥体能让一个或多个数据对象相互排斥。互斥体是线程同步的主要手段。 |